home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineButton2_359 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  105 b   |  7 lines

  1. on(release){
  2.    s = new Sound();
  3.    s.attachSound("upgrade");
  4.    s.start();
  5.    gotoAndPlay(262);
  6. }
  7.